home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / tsbat30.zip / TSBAT.NWS < prev    next >
Text File  |  1991-12-07  |  25KB  |  432 lines

  1. University of Vaasa, Finland, MIPS 2030 workstation garbo.uwasa.fi
  2. has a large collection of PD and shareware PC programs available by
  3. anonymous ftp or mail server. The file /pc/ts/0news-ts contains news
  4. about the TS-programs in the /pc/ts directory (in reverse order).
  5. This text, which you now have, is an edited extract from the
  6. 0news-ts file, and the feedback fback028.arc file.
  7. ...................................................................
  8. Prof. Timo Salmi        
  9. Moderating at garbo.uwasa.fi anonymous ftp archives 128.214.87.1
  10. School of Business Studies, University of Vaasa, SF-65101, Finland
  11. Internet: ts@chyde.uwasa.fi Funet: gado::salmi Bitnet: salmi@finfun
  12. ...................................................................
  13.  
  14. Sat 7-Dec-91: I have updated my collection of useful batch files. It
  15. is now garbo.uwasa.fi:/pc/ts/tsbat30.zip.
  16.    Alan Clark (clark@odie.ee.wits.ac.za) suggested that the screen
  17. blanking batches could well do with a method to totally hide the
  18. cursor while blanked. I have looked into this and noticed that this
  19. can be easily achieved without extra programs by using ansi escape
  20. sequences. BLK.BAT shows how to do it. (You'll have to activate
  21. cursor hiding by editing three rems away).
  22.    Added LC.BAT line count for text files.
  23.    Added TEST33.BAT Test for MsDos 3.3 or later, batch demo
  24.  
  25. Sat 9-Nov-91: I have updated my collection of useful batch files to
  26. be garbo.uwasa.fi:/pc/ts/tsbat29.arc. It includes PUSHDIRE.BAT,
  27. SETPUSHD.EXE, and POPDIRE.BAT for pushing and poppoing the current
  28. directory (utilizing environment variables).  I have added a /q
  29. switch for quiet operation (no echoing of the environment variables)
  30. at a suggestion from Doug Tooley, djtooley@lotus.uwaterloo.ca.
  31.    I have added a TESTANSI.BAT batch (with accompanying ISANSI.EXE)
  32. which can be used to test whether any ansi-type screen driver is
  33. installed and thus available.
  34.    There are also some minor adjustments in a couple of the old
  35. batches.
  36.    Get this package even if you do not need the individual batches.
  37. There is much to learn from them about MsDos and batch usages. Many
  38. Frequenly Asked Questions (FAQs) are implicitly answered by looking
  39. at these files.
  40.  
  41. Sun 20-Oct-91: I have a collection of useful batch files which I
  42. have updated to be garbo.uwasa.fi:/pc/ts/tsbat28.arc.
  43.   I have added a LEVEL.BAT testbench batch for testing the error
  44. level returned by programs.
  45.   I have updated the ASK.EXE batch file enhancer. It now has the
  46. option to of returning with a timeout errorlevel. The usage of
  47. this enhancer is:
  48.  ASK [Prompt] [/b] [/d] [/l] [/t##] [/u]
  49.                 !    !    !    !      +- convert to Upper case
  50.                 !    !    !    +- Time-out parameter (0 = forever)
  51.                 !    !    +- convert to Lower case
  52.                 !    +- Direct read (no <-+ needed)
  53.                 +- Batch mode (needed only if no prompt)
  54.    I have added an ASKENV.EXE batch file enhancer to the collection.
  55. It is similar to ASK.EXE, but instead of returning an errorlevel
  56. value, it sets the (parent's) environment variable ASKENV value
  57. equal to the user's response.
  58.  
  59. Mon 9-Sep-91: I have updated my collection of useful batch files. It
  60. is now /pc/ts/tsbat27.arc.
  61.    Four of the batches in the package has been updated. Of these
  62. DAILY.BAT for running a program no more than one a day (eg from
  63. autoexec.bat) utilized ENTER.TXT to simulate pressing the enter key.
  64. This is no longer necessary but has been rewritten (with a trick
  65. with the echo command) in a way that no longer needs this separate
  66. file. My thanks to Ran Cheremsh CHERMESH%BGUVM.BITNET for reporting
  67. the problem.
  68.    SCANZ for scanning .ZIP files for viruses had a bug in the
  69. routine for scanning embedded .ZIPs.
  70.  
  71. Tue 9-Jul-91: I have updated my collection of useful batch files. It
  72. is now /pc/ts/tsbat26.arc.
  73.    Note that even if you don't perhaps need the same batches as I
  74. do, these batches may teach you many useful batch programming
  75. tricks which I have accumulated during my PC years.
  76.    Made a number of minor stylistic corrections.
  77.    Since someone cracked the pkzip 1.10 authenticity (-av) code some
  78. BBSes have been putting in their own ads as the authenticity labels.
  79. A new batch rezip.bat removes these labels, which may give the users
  80. a false sense of security.
  81.    Added a simple batch ruler.bat which shows the screen columns
  82. using ansi codes to avoid excessive scrolling.
  83.    I have my ramdisk on currently on drive R on my PCs which I use
  84. at home and at office.  For whatever it is worth I have updated the
  85. batches to reflect this change. Some of the batches require anyway
  86. that you edit the paths in them to reflect yours, so no added
  87. problem arise because of this.  And, if you have your own ramdisk,
  88. say, on d:, you can put the statement subst r: d:\ eg in your
  89. autoexec.bat file to avoid the need of editing just because we may
  90. happen to have ramdisks on different drives. (To be accurate there
  91. is no absolute need of your d: physically being a ramdisk. But it
  92. makes things a bit faster.)
  93.  
  94. Sun 12-May-91: I have updated my collection of useful batch files to
  95. be /pc/ts/tsbat25.arc.
  96.    One of the constant worries of downloaders of archived packages
  97. is the threat of viruses. (Games from shady BBSes are particularly
  98. susceptibe, but even commercial products have been known to be
  99. infected). Fortunately there are good virus checkers like McAfee's
  100. /pc/virus/scanv77.zip and Fridrik Skulason's /pc/virus/fp-115a.zip
  101. available to check for infections. There are, however, two dilemmas
  102. in checking archived packages on a routine basis. (Since the format
  103. garbo.uwasa.fi archives mostly uses is .zip let's speak of zipped
  104. files). The first problem is that there are so many executable
  105. compressors in use currently (such as lzexe, pklite, diet, tinyprog,
  106. etc). This means that unless the virus checking programs can observe
  107. all these variations, a virus can be hiding in an execompressed
  108. form. Therefore it is advisable to expand the executables for the
  109. check. A second problem is that .zip files occasionally contain
  110. embedded .zip files (eg PC-Magazine's collections often do). These
  111. embedded .zip files must be unzipped for a closer examination.
  112.    The earlier versions of the tsbat collection included a batch
  113. called scanzip.bat. I have completely rewritten this batch to take
  114. care of the two eventualities discussed above. I have renamed the
  115. rewritten batch scanz.bat. Note that before using this new batch,
  116. you have to go through scanz.bat and edit all the directory path
  117. references to correspond to your own configuration. This is, of
  118. course, an inconvenience, but it is the best way of guaranteeing
  119. that a batch complicated as this stays reasonably efficient.
  120.  
  121. Wed 13-Mar-91: I have written a menu based ansi.sys driven advanced
  122. batch for sending command codes to the printer to make printer
  123. initialization and setting easy. It is called setprn.bat. It is for
  124. Diconix Inkjet Parallel Printer Model 150, which is an Espon
  125. compatible printer. Thus the batch is suitable for various different
  126. printer makes, and easily configurable. I have added this batch to
  127. my collection of (hopefully) useful and instructive batch files
  128. /pc/ts/tsbat24.arc best available by anonymous ftp from
  129. garbo.uwasa.fi archives. There is a program-based alternative to
  130. setprn.bat, that is setdico.exe which can be found in
  131. /pc/ts/tsprn##.arc. The difference is that in setprn.bat you are
  132. able to configure the printer codes if you wish.
  133.  
  134. Sat 29-Dec-90: I have programmed a fair number of MsDos batch files
  135. to make up a batch file collection of hopefully both useful and
  136. instructive batches. I have updated the collection to be version
  137. /pc/ts/tsbat23.arc by adding some new batches.
  138. ...
  139.    FU.BAT is a poor man's function evaluator utilizing gwbasic that
  140. (usually) belongs automatically to the MsDos delivery. The basic
  141. idea (pardon the pun) of combining batch and gwbasic programming is
  142. not really mine. I got it from the PC-Magazine. The code of this
  143. batch, however, is entirely due to yours truly.
  144. ...
  145.    ASK.EXE is a common batch file enhancer returning as err